additional fix for #59314 ('<programlisting>' is changed to '<literal>' in
authorVitaly Tishkov <tvv@sparc.spb.su>
Fri, 28 Dec 2001 15:48:45 +0000 (15:48 +0000)
committerVitaly Tishkov <tvv@src.gnome.org>
Fri, 28 Dec 2001 15:48:45 +0000 (15:48 +0000)
2001-12-28 Vitaly Tishkov <tvv@sparc.spb.su>
* gtkwindow.sgml: additional fix for #59314 ('<programlisting>' is
changed to '<literal>' in docs for gtk_window_set_policy ())

docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtkwindow.sgml

index df1f791994c6e368d5b9884560154a590ad9fbdc..8bf85204e78f1c08d1b4b0b7ced5fa64ef1dde88 100644 (file)
@@ -1,3 +1,7 @@
+2001-12-28     Vitaly Tishkov <tvv@sparc.spb.su>
+       * gtkwindow.sgml: additional fix for #59314 ('<programlisting>' is
+       changed to '<literal>' in docs for gtk_window_set_policy ())
+
 Sat Dec 22 18:18:07 2001  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/Makefile.am (IGNORE_HFILES): Add gtktextutil.h
index 2ac687c048b03aead37413a6d66b3bad15884c2c..dce3c7f2aa800efda96cff28f50e7f7b2a0da110 100644 (file)
@@ -73,9 +73,9 @@ be resized by users.
 
 <para>
 The basic ugly truth of this function is that it should be simply:
-<programlisting>
- void gtk_window_set_resizable (GtkWidget* window, gboolean setting);
-</programlisting>
+<literal>
+ void gtk_window_set_resizable (GtkWindow* window, gboolean setting);
+</literal>
 ...which is why GTK+ 2.0 introduces gtk_window_set_resizable(), which you 
 should use instead of gtk_window_set_policy().
 </para>